home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 26.zip
/
BS1 part 26
/
SB prof editor 2.03 germ^1.adf
/
Deposits.sbd
< prev
next >
Wrap
Text File
|
1987-02-25
|
773b
|
16 lines
Firstname ;TXT ;11 ;2 ;14 ;
Lastname ;TXT VAL IXD ;10 ;2 ;40 ;>
LOOKUP (Lastname.Deposits,Lastname.Clients) ELSE "I'm sorry, Lastname not in Clients file"
Bank ;TXT VAL ;19 ;4 ;14 ;>
LOOKUP (Bank,Bank Name.Accounts)
Account ;TXT CLC RDO ;16 ;4 ;40 ;>
Account Name.Accounts
Amount ;NUM IXD ;$999999.99 ;6 ;14 ;
Date ;DAT IXD ;dd mmm yyyy ;8 ;14 ;
Interest Rate ;NUM CLV RDO ;99.00 ;6 ;40 ;>>
Interest.Accounts
Interest Rate >= 0 AND Interest Rate <= 15.00
Annual Interest;NUM CLC RDO ;$ ,999999.00 ;8 ;40 ;>
Amount * Interest Rate / 100